projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f96cfce
)
Avoid signaling an error in 'dired-do-find-regexp-and-replace'
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 13 Feb 2016 18:11:13 +0000
(20:11 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 13 Feb 2016 18:11:13 +0000
(20:11 +0200)
* lisp/dired-aux.el: Require cl-lib, so that 'cl-mapcan' is
autoloaded correctly. (Bug#22613)
lisp/dired-aux.el
patch
|
blob
|
history
diff --git
a/lisp/dired-aux.el
b/lisp/dired-aux.el
index 9bcb1f94b566f149b53b5578125d41f51db1aa11..6d248009933fcc85de242fc2a8c5dd4c9b614b88 100644
(file)
--- a/
lisp/dired-aux.el
+++ b/
lisp/dired-aux.el
@@
-38,6
+38,7
@@
;; We need macros in dired.el to compile properly,
;; and we call subroutines in it too.
(require 'dired)
+(require 'cl-lib) ; for cl-mapcan
(defvar dired-create-files-failures nil
"Variable where `dired-create-files' records failing file names.